type internal/profile.locationMap

5 uses

	internal/profile (current package)
		graph.go#L346: type locationMap struct {
		graph.go#L351: func (l *locationMap) add(id uint64, n Nodes) {
		graph.go#L359: func (l locationMap) get(id uint64) Nodes {
		graph.go#L370: func CreateNodes(prof *Profile, o *Options) (Nodes, locationMap) {
		graph.go#L371: 	locations := locationMap{make([]Nodes, len(prof.Location)+1), make(map[uint64]Nodes)}